home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Frameworks
/
Sprocket Framework DR2
/
Sprocket Starter
/
SprocketStarter Code
/
MPPreferencesDialogWindow.h
< prev
next >
Wrap
Text File
|
1996-05-30
|
834b
|
41 lines
// Sprocket Framework header file
// PreferencesDialogWindow.h
#ifndef _MPPREFERENCESDIALOGWINDOW_
#define _MPPREFERENCESDIALOGWINDOW_
#ifndef _MULTIPANELDIALOGWINDOW_
#include "MultiPanelDialogWindow.h"
#endif
// Information about the dialog ID we are using.
const DialogTemplateID kMPPreferencesDialogTemplateID = 1030;
class TMPPreferencesDialogWindow : public TMultiPanelDialogWindow
{
public:
TMPPreferencesDialogWindow();
virtual void ItemHit(short theItem);
virtual OSErr IMultiPanelDialogWindow(short defaultPanel, short guideItem, short panelSelectorItem);
virtual void InitPanel(short thePanel);
virtual void ClickInPanel(short thePanel, short theItem);
virtual void ExitPanel(short thePanel);
virtual void AdjustMenusBeforeMenuSelection(void);
};
#endif
enum
{
cMPPreferences = 5432
};